Skip to content

Bump the dnn group with 5 updates#143

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/IntegrationTests/dnn-b2ba948039
Open

Bump the dnn group with 5 updates#143
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/IntegrationTests/dnn-b2ba948039

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updated DotNetNuke.Abstractions from 10.2.1 to 10.3.1.

Release notes

Sourced from DotNetNuke.Abstractions's releases.

10.3.1

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.x a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.3.1

Bug Fixes

  • Fixed an error serializing UserProfile to XML #​7160 Thanks @​bdukes
  • Implemented LinkClick algorithm fallback #​7169 Thanks @​bdukes
  • Fixed an issue where Simple Web Farm Caching Provider not getting packaged #​7177 Thanks @​bdukes

Enhancements

  • Improved performance of site crawler regex #​7191 #​7192 Thanks @​johnhenley

Maintenance

  • Removed Pikaday and deprecated DnnDatePicker #​7128 Thanks @​bdukes
  • Bump all npm minor Dependencies across 97 files which also makes builds work on latest node version #​7133 Thanks @​bdukes
  • Bumped dotnet-sdk from 10.0.200 to 10.0.201 #​7136
  • Bumped github/codeql-action from 4.33.0 to 4.34.1 #​7143
  • Bumped axios from 1.13.1 to 1.13.6 #​7164 Thanks @​bdukes
  • Bumped picomatch from 2.3.1 to 2.3.2 #​7165
  • Bumped github/codeql-action from 4.34.1 to 4.35.1 #​7172
  • Bumped handlebars from 4.7.8 to 4.7.9 #​7173
  • Updated caniuse database #​7175
  • Bumped @​typescript-eslint/parser from 8.57.2 to 8.58.0 #​7179
  • Bumped globals from 16.5.0 to 17.4.0 #​7180
  • Bumped lodash from 4.17.23 to 4.18.1 #​7188
  • Bumped vite from 8.0.2 to 8.0.5 #​7189

Documentation / Developer Experience

  • Created assembly binding redirects at build time for web.config #​7102 Thanks @​donker
  • Moving from Webpack to RS Build phase 2 #​7115 Thanks @​donker
  • Migrated to use CI-aware helpers from Cake #​7142 Thanks @​bdukes
  • Replaced old style sass with new style sass if statements #​7167 Thanks @​donker
  • Moved the CreateWebConfig task to the end of the packaging task #​7168 Thanks @​donker
  • Removed DLLs from source code repository and replaced with actual source code #​7182 Thanks @​bdukes

List of Contributors

  • @​bdukes Brian Dukes
  • @​donker Peter Donker
  • @​johnhenley John Henley

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

10.3.0

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 54 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #​7074 Thanks @​bdukes
  • Fixed config scripts getting missed #​7075 Thanks @​bdukes
  • Fixed the addition of assemblies and sql scripts to module build #​7098 Thanks @​donker
  • Fixed an issue where language flags would not show in PersonaBar #​7116 Thanks @​valadas
  • Fixed separator issue in csp header #​7126 Thanks @​sachatrauwaen

Enhancements

  • Implemented Content security policy headers (CSP) management #​6752 thanks @​sachatrauwaen
  • Enhanced font-weight for bold elements in default theme #​6897 thanks @​uzmannazari
  • Fixed a scheduler drift (happy path) #​7047 Thanks @​r90727

Maintenance

  • Updated caniuse database #​7046
  • Bumped lerna from 9.0.0 to 9.0.5 #​7048
  • Bumped tsx from 4.20.6 to 4.21.0 #​7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #​7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #​7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #​7054 Thanks @​bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #​7061 Thanks @​bdukes
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7062
  • Bumped svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory #​7070
  • Bumped Mimekit to 4.15.1 and BouncyCastle to 2.6.2 #​7072 Thanks @​donker
  • Bumped dompurify from 3.3.1 to 3.3.2 in the npm_and_yarn group across 1 directory #​7073
  • Bumped immutable from 3.8.2 to 3.8.3 in the npm_and_yarn group across 1 directory #​7078
  • Removed former github action to bump versions after releases #​7086 Thanks @​valadas
  • Automated Merge CI changes into develop #​7097
  • Bumped dotnet-sdk from 10.0.103 to 10.0.200 #​7104
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7111
  • Updated caniuse database #​7113

Documentation / Developer Experience

  • Resolved several obsolete warnings #​6965 Thanks @​bdukes
  • Implemented Inline build task #​7064 Thanks @​bdukes
  • Automated post-build tasks to keep github in sync #​7076 Thanks @​valadas
  • Fixed a missing user for CI Bot #​7081 Thanks @​valadas
    ... (truncated)

10.2.5

Release Notes

[!IMPORTANT]
If you are upgrading DNN from an earlier version, please follow the Suggested Upgrade Path
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.5

v10.2.4 included only fixes that affected the new upgrade process mentioned above, but was accidently released as an "alpha". This release is essentially the same as v10.2.4 but not "alpha".

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.4

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.4

v10.2.4 includes only fixes that affected the new upgrade process mentioned above. This release offers a better stepping-stone to get to the latest version in our Suggested Upgrade Path documentation.

List of Contributors

  • @​bdukes Brian Dukes

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.3

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 38 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.3

Bug Fixes

  • Fixed an issue where dnnHelperTip caused horizontal scrollbar #​6927 Thanks @​thienvc
  • Fixed an issue where the install wizard was not working with hash in URL #​6951 Thanks @​bdukes
  • Fixed a date mismatch in task scheduler editor #​6979 Thanks @​r90727
  • Fixed Portal-based CDV version for client resource management #​6987 Thanks @​donker
  • Fixed an issue with inability to set module permissions #​6997 Thanks @​bdukes
  • Fixed several small issues with Content Delivery Framework #​7002 Thanks @​donker
  • Fixed an issue where site file management was not create on localized portal import/creation #​7003 Thanks @​valadas
  • Fixed issues with context menus in resource manager #​7021 Thanks @​valadas
  • Fixed yarn.lock inconsistencies #​7038 Thanks @​bdukes
  • Fixed a DDR Menu CDF issue #​7056 Thanks @​donker
  • Fixed cookie consent JS being loaded as CSS #​7057 Thanks @​bdukes
  • Prevents an exceptions when sending email without portal #​7058 Thanks @​bdukes

Enhancements

  • Harmonized support for portal settings in portal templates #​6983 Thanks @​valadas
  • Reduced upgrade issues by not including System.Memory in install or upgrade packages #​6996 Thanks @​bdukes

Maintenance

  • Bumped lodash from 4.17.21 to 4.17.23 #​6944
  • Updated caniuse database #​6958 #​7005
  • Bumped @​eslint/js from 9.38.0 to 9.39.2 #​6962
  • Bumped @​babel/preset-env from 7.28.3 to 7.29.0 #​6963
  • Merged changes from release/10.2.2 into develop #​6971 Thanks @​bdukes
  • Bumped webpack from 5.102.1 to 5.104.1 in the npm_and_yarn group across 1 directory #​6976
  • Bumped dotnet-sdk from 10.0.102 to 10.0.103 #​6989
  • Added warning about duplicated dnn.jquery.js file #​7001 Thanks @​valadas
  • Bumped Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103 #​7016 Thanks @​bdukes
  • Bumped Cake.BuildSystem.Module from 8.0.0 to 9.0.0 #​7017 Thanks @​bdukes
  • Bumped coverlet.collector from 6.0.4 to 8.0.0 #​7018 Thanks @​bdukes
  • Bumped NUnit and NUnit3TestAdapter #​7019 Thanks @​bdukes
  • Bumped NuGet tools used by Cake #​7022 Thanks @​bdukes
  • Bumped Verify.NUnit from 31.8.0 to 31.13.2 #​7023 Thanks @​bdukes
  • Bumped Microsoft.Data.SqlClient from 6.1.3 to 6.1.4 #​7024 Thanks @​bdukes
  • Bumped Microsoft.SqlServer.SqlManagementObjects from 180.10.0 to 181.12.0 #​7025 Thanks @​bdukes
  • Bumped ajv from 6.12.6 to 6.14.0 #​7029
  • Updated develop with latest fixes from release/10.2.3 #​7040 Thanks @​valadas
  • Merged latest fixes from 10.2.3 into develop #​7059 Thanks @​valadas
    ... (truncated)

10.2.2

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 26 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.2

Bug Fixes

  • Fixed an incorrect cast that affected module install in Persona Bar #​6887 Thanks @​bdukes
  • Added back RTL resource handling #​6888 Thanks @​bdukes
  • Fixed an that caused AmbiguousMatchException in ClientResourceSettings.GetPortalSettingThroughReflection #​6911 Thanks @​bdukes
  • Fixed an incorrect SkinPath #​6919 Thanks @​thienvc
  • Fixed an issue with CRM during Partial Postback (UpdatePanel) #​6935 Thanks @​thienvc
  • Fixed a CKEditor Browser missing scripts #​6936 Thanks @​bdukes
  • Fixed an errors loading Pages PB components #​6945 Thanks @​bdukes
  • Fixed disposed error from IPersonaBarContainer #​6948 Thanks @​bdukes
  • Get ContentEditorManager dependencies from request scope #​6950 Thanks @​bdukes
  • Fixed an issue where getting permissions from DB would fail at times #​6953 Thanks @​valadas
  • Fixed RTL resource detection by resolving virtual path to physical path #​6955 Thanks @​mnouraei
  • Fix to resolution of ClientResourceController in ServicesFramework #​6964 Thanks @​donker
  • Get ServicesFramework instance from DI container #​6966 Thanks @​bdukes

Enhancements

  • Added 'nofollow' attribute to SkinObject links #​6890 thanks @​uzmannazari
  • Modified BreadCrumb skin object to render semantic, accessible breadcrumb markup #​6898 #​6941 Thanks @​uzmannazari and @​bdukes
  • Made JWT TTL configurable #​6920 Thanks @​valadas
  • Added RenderingVersion to skinobjects #​6972 Thanks @​valadas

Maintenance

  • Resolved several build warnings #​6861 Thanks @​bdukes
  • Updated caniuse database #​6880
  • Bumped @​storybook/addon-onboarding from 9.1.13 to 10.1.11 #​6881
  • Bumped @​babel/eslint-parser from 7.28.4 to 7.28.5 #​6882
  • Bumped @​typescript-eslint/parser from 8.46.2 to 8.51.0 #​6883
  • Bumped undici from 7.11.0 to 7.18.2 in the npm_and_yarn group across 1 directory #​6912
  • Bumped dotnet-sdk from 10.0.101 to 10.0.102 #​6913
  • Updated caniuse database #​6914
  • Bumped lodash-es from 4.17.21 to 4.17.22 in the npm_and_yarn group across 1 directory #​6929
  • Bumped lodash from 4.17.21 to 4.17.23 in /Dnn.AdminExperience/ClientSide/Pages.Web in the npm_and_yarn group across 1 directory #​6930
  • Suppress HtmlSanitizer upgrade #​6970 Thanks @​bdukes

Documentation / Developer Experience

  • Fixed missing sql files from sample modules #​6875 Thanks @​donker
  • Added missing documentation #​6899 Thanks @​bdukes
  • Converted to centralized package management #​6908 Thanks @​bdukes
    ... (truncated)

Commits viewable in compare view.

Updated DotNetNuke.Core from 10.2.1 to 10.3.1.

Release notes

Sourced from DotNetNuke.Core's releases.

10.3.1

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.x a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.3.1

Bug Fixes

  • Fixed an error serializing UserProfile to XML #​7160 Thanks @​bdukes
  • Implemented LinkClick algorithm fallback #​7169 Thanks @​bdukes
  • Fixed an issue where Simple Web Farm Caching Provider not getting packaged #​7177 Thanks @​bdukes

Enhancements

  • Improved performance of site crawler regex #​7191 #​7192 Thanks @​johnhenley

Maintenance

  • Removed Pikaday and deprecated DnnDatePicker #​7128 Thanks @​bdukes
  • Bump all npm minor Dependencies across 97 files which also makes builds work on latest node version #​7133 Thanks @​bdukes
  • Bumped dotnet-sdk from 10.0.200 to 10.0.201 #​7136
  • Bumped github/codeql-action from 4.33.0 to 4.34.1 #​7143
  • Bumped axios from 1.13.1 to 1.13.6 #​7164 Thanks @​bdukes
  • Bumped picomatch from 2.3.1 to 2.3.2 #​7165
  • Bumped github/codeql-action from 4.34.1 to 4.35.1 #​7172
  • Bumped handlebars from 4.7.8 to 4.7.9 #​7173
  • Updated caniuse database #​7175
  • Bumped @​typescript-eslint/parser from 8.57.2 to 8.58.0 #​7179
  • Bumped globals from 16.5.0 to 17.4.0 #​7180
  • Bumped lodash from 4.17.23 to 4.18.1 #​7188
  • Bumped vite from 8.0.2 to 8.0.5 #​7189

Documentation / Developer Experience

  • Created assembly binding redirects at build time for web.config #​7102 Thanks @​donker
  • Moving from Webpack to RS Build phase 2 #​7115 Thanks @​donker
  • Migrated to use CI-aware helpers from Cake #​7142 Thanks @​bdukes
  • Replaced old style sass with new style sass if statements #​7167 Thanks @​donker
  • Moved the CreateWebConfig task to the end of the packaging task #​7168 Thanks @​donker
  • Removed DLLs from source code repository and replaced with actual source code #​7182 Thanks @​bdukes

List of Contributors

  • @​bdukes Brian Dukes
  • @​donker Peter Donker
  • @​johnhenley John Henley

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

10.3.0

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 54 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #​7074 Thanks @​bdukes
  • Fixed config scripts getting missed #​7075 Thanks @​bdukes
  • Fixed the addition of assemblies and sql scripts to module build #​7098 Thanks @​donker
  • Fixed an issue where language flags would not show in PersonaBar #​7116 Thanks @​valadas
  • Fixed separator issue in csp header #​7126 Thanks @​sachatrauwaen

Enhancements

  • Implemented Content security policy headers (CSP) management #​6752 thanks @​sachatrauwaen
  • Enhanced font-weight for bold elements in default theme #​6897 thanks @​uzmannazari
  • Fixed a scheduler drift (happy path) #​7047 Thanks @​r90727

Maintenance

  • Updated caniuse database #​7046
  • Bumped lerna from 9.0.0 to 9.0.5 #​7048
  • Bumped tsx from 4.20.6 to 4.21.0 #​7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #​7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #​7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #​7054 Thanks @​bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #​7061 Thanks @​bdukes
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7062
  • Bumped svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory #​7070
  • Bumped Mimekit to 4.15.1 and BouncyCastle to 2.6.2 #​7072 Thanks @​donker
  • Bumped dompurify from 3.3.1 to 3.3.2 in the npm_and_yarn group across 1 directory #​7073
  • Bumped immutable from 3.8.2 to 3.8.3 in the npm_and_yarn group across 1 directory #​7078
  • Removed former github action to bump versions after releases #​7086 Thanks @​valadas
  • Automated Merge CI changes into develop #​7097
  • Bumped dotnet-sdk from 10.0.103 to 10.0.200 #​7104
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7111
  • Updated caniuse database #​7113

Documentation / Developer Experience

  • Resolved several obsolete warnings #​6965 Thanks @​bdukes
  • Implemented Inline build task #​7064 Thanks @​bdukes
  • Automated post-build tasks to keep github in sync #​7076 Thanks @​valadas
  • Fixed a missing user for CI Bot #​7081 Thanks @​valadas
    ... (truncated)

10.2.5

Release Notes

[!IMPORTANT]
If you are upgrading DNN from an earlier version, please follow the Suggested Upgrade Path
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.5

v10.2.4 included only fixes that affected the new upgrade process mentioned above, but was accidently released as an "alpha". This release is essentially the same as v10.2.4 but not "alpha".

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.4

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.4

v10.2.4 includes only fixes that affected the new upgrade process mentioned above. This release offers a better stepping-stone to get to the latest version in our Suggested Upgrade Path documentation.

List of Contributors

  • @​bdukes Brian Dukes

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.3

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 38 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.3

Bug Fixes

  • Fixed an issue where dnnHelperTip caused horizontal scrollbar #​6927 Thanks @​thienvc
  • Fixed an issue where the install wizard was not working with hash in URL #​6951 Thanks @​bdukes
  • Fixed a date mismatch in task scheduler editor #​6979 Thanks @​r90727
  • Fixed Portal-based CDV version for client resource management #​6987 Thanks @​donker
  • Fixed an issue with inability to set module permissions #​6997 Thanks @​bdukes
  • Fixed several small issues with Content Delivery Framework #​7002 Thanks @​donker
  • Fixed an issue where site file management was not create on localized portal import/creation #​7003 Thanks @​valadas
  • Fixed issues with context menus in resource manager #​7021 Thanks @​valadas
  • Fixed yarn.lock inconsistencies #​7038 Thanks @​bdukes
  • Fixed a DDR Menu CDF issue #​7056 Thanks @​donker
  • Fixed cookie consent JS being loaded as CSS #​7057 Thanks @​bdukes
  • Prevents an exceptions when sending email without portal #​7058 Thanks @​bdukes

Enhancements

  • Harmonized support for portal settings in portal templates #​6983 Thanks @​valadas
  • Reduced upgrade issues by not including System.Memory in install or upgrade packages #​6996 Thanks @​bdukes

Maintenance

  • Bumped lodash from 4.17.21 to 4.17.23 #​6944
  • Updated caniuse database #​6958 #​7005
  • Bumped @​eslint/js from 9.38.0 to 9.39.2 #​6962
  • Bumped @​babel/preset-env from 7.28.3 to 7.29.0 #​6963
  • Merged changes from release/10.2.2 into develop #​6971 Thanks @​bdukes
  • Bumped webpack from 5.102.1 to 5.104.1 in the npm_and_yarn group across 1 directory #​6976
  • Bumped dotnet-sdk from 10.0.102 to 10.0.103 #​6989
  • Added warning about duplicated dnn.jquery.js file #​7001 Thanks @​valadas
  • Bumped Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103 #​7016 Thanks @​bdukes
  • Bumped Cake.BuildSystem.Module from 8.0.0 to 9.0.0 #​7017 Thanks @​bdukes
  • Bumped coverlet.collector from 6.0.4 to 8.0.0 #​7018 Thanks @​bdukes
  • Bumped NUnit and NUnit3TestAdapter #​7019 Thanks @​bdukes
  • Bumped NuGet tools used by Cake #​7022 Thanks @​bdukes
  • Bumped Verify.NUnit from 31.8.0 to 31.13.2 #​7023 Thanks @​bdukes
  • Bumped Microsoft.Data.SqlClient from 6.1.3 to 6.1.4 #​7024 Thanks @​bdukes
  • Bumped Microsoft.SqlServer.SqlManagementObjects from 180.10.0 to 181.12.0 #​7025 Thanks @​bdukes
  • Bumped ajv from 6.12.6 to 6.14.0 #​7029
  • Updated develop with latest fixes from release/10.2.3 #​7040 Thanks @​valadas
  • Merged latest fixes from 10.2.3 into develop #​7059 Thanks @​valadas
    ... (truncated)

10.2.2

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 26 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.2

Bug Fixes

  • Fixed an incorrect cast that affected module install in Persona Bar #​6887 Thanks @​bdukes
  • Added back RTL resource handling #​6888 Thanks @​bdukes
  • Fixed an that caused AmbiguousMatchException in ClientResourceSettings.GetPortalSettingThroughReflection #​6911 Thanks @​bdukes
  • Fixed an incorrect SkinPath #​6919 Thanks @​thienvc
  • Fixed an issue with CRM during Partial Postback (UpdatePanel) #​6935 Thanks @​thienvc
  • Fixed a CKEditor Browser missing scripts #​6936 Thanks @​bdukes
  • Fixed an errors loading Pages PB components #​6945 Thanks @​bdukes
  • Fixed disposed error from IPersonaBarContainer #​6948 Thanks @​bdukes
  • Get ContentEditorManager dependencies from request scope #​6950 Thanks @​bdukes
  • Fixed an issue where getting permissions from DB would fail at times #​6953 Thanks @​valadas
  • Fixed RTL resource detection by resolving virtual path to physical path #​6955 Thanks @​mnouraei
  • Fix to resolution of ClientResourceController in ServicesFramework #​6964 Thanks @​donker
  • Get ServicesFramework instance from DI container #​6966 Thanks @​bdukes

Enhancements

  • Added 'nofollow' attribute to SkinObject links #​6890 thanks @​uzmannazari
  • Modified BreadCrumb skin object to render semantic, accessible breadcrumb markup #​6898 #​6941 Thanks @​uzmannazari and @​bdukes
  • Made JWT TTL configurable #​6920 Thanks @​valadas
  • Added RenderingVersion to skinobjects #​6972 Thanks @​valadas

Maintenance

  • Resolved several build warnings #​6861 Thanks @​bdukes
  • Updated caniuse database #​6880
  • Bumped @​storybook/addon-onboarding from 9.1.13 to 10.1.11 #​6881
  • Bumped @​babel/eslint-parser from 7.28.4 to 7.28.5 #​6882
  • Bumped @​typescript-eslint/parser from 8.46.2 to 8.51.0 #​6883
  • Bumped undici from 7.11.0 to 7.18.2 in the npm_and_yarn group across 1 directory #​6912
  • Bumped dotnet-sdk from 10.0.101 to 10.0.102 #​6913
  • Updated caniuse database #​6914
  • Bumped lodash-es from 4.17.21 to 4.17.22 in the npm_and_yarn group across 1 directory #​6929
  • Bumped lodash from 4.17.21 to 4.17.23 in /Dnn.AdminExperience/ClientSide/Pages.Web in the npm_and_yarn group across 1 directory #​6930
  • Suppress HtmlSanitizer upgrade #​6970 Thanks @​bdukes

Documentation / Developer Experience

  • Fixed missing sql files from sample modules #​6875 Thanks @​donker
  • Added missing documentation #​6899 Thanks @​bdukes
  • Converted to centralized package management #​6908 Thanks @​bdukes
    ... (truncated)

Commits viewable in compare view.

Updated DotNetNuke.Instrumentation from 10.2.1 to 10.3.1.

Release notes

Sourced from DotNetNuke.Instrumentation's releases.

10.3.1

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.x a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.3.1

Bug Fixes

  • Fixed an error serializing UserProfile to XML #​7160 Thanks @​bdukes
  • Implemented LinkClick algorithm fallback #​7169 Thanks @​bdukes
  • Fixed an issue where Simple Web Farm Caching Provider not getting packaged #​7177 Thanks @​bdukes

Enhancements

  • Improved performance of site crawler regex #​7191 #​7192 Thanks @​johnhenley

Maintenance

  • Removed Pikaday and deprecated DnnDatePicker #​7128 Thanks @​bdukes
  • Bump all npm minor Dependencies across 97 files which also makes builds work on latest node version #​7133 Thanks @​bdukes
  • Bumped dotnet-sdk from 10.0.200 to 10.0.201 #​7136
  • Bumped github/codeql-action from 4.33.0 to 4.34.1 #​7143
  • Bumped axios from 1.13.1 to 1.13.6 #​7164 Thanks @​bdukes
  • Bumped picomatch from 2.3.1 to 2.3.2 #​7165
  • Bumped github/codeql-action from 4.34.1 to 4.35.1 #​7172
  • Bumped handlebars from 4.7.8 to 4.7.9 #​7173
  • Updated caniuse database #​7175
  • Bumped @​typescript-eslint/parser from 8.57.2 to 8.58.0 #​7179
  • Bumped globals from 16.5.0 to 17.4.0 #​7180
  • Bumped lodash from 4.17.23 to 4.18.1 #​7188
  • Bumped vite from 8.0.2 to 8.0.5 #​7189

Documentation / Developer Experience

  • Created assembly binding redirects at build time for web.config #​7102 Thanks @​donker
  • Moving from Webpack to RS Build phase 2 #​7115 Thanks @​donker
  • Migrated to use CI-aware helpers from Cake #​7142 Thanks @​bdukes
  • Replaced old style sass with new style sass if statements #​7167 Thanks @​donker
  • Moved the CreateWebConfig task to the end of the packaging task #​7168 Thanks @​donker
  • Removed DLLs from source code repository and replaced with actual source code #​7182 Thanks @​bdukes

List of Contributors

  • @​bdukes Brian Dukes
  • @​donker Peter Donker
  • @​johnhenley John Henley

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

10.3.0

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 54 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #​7074 Thanks @​bdukes
  • Fixed config scripts getting missed #​7075 Thanks @​bdukes
  • Fixed the addition of assemblies and sql scripts to module build #​7098 Thanks @​donker
  • Fixed an issue where language flags would not show in PersonaBar #​7116 Thanks @​valadas
  • Fixed separator issue in csp header #​7126 Thanks @​sachatrauwaen

Enhancements

  • Implemented Content security policy headers (CSP) management #​6752 thanks @​sachatrauwaen
  • Enhanced font-weight for bold elements in default theme #​6897 thanks @​uzmannazari
  • Fixed a scheduler drift (happy path) #​7047 Thanks @​r90727

Maintenance

  • Updated caniuse database #​7046
  • Bumped lerna from 9.0.0 to 9.0.5 #​7048
  • Bumped tsx from 4.20.6 to 4.21.0 #​7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #​7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #​7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #​7054 Thanks @​bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #​7061 Thanks @​bdukes
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7062
  • Bumped svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory #​7070
  • Bumped Mimekit to 4.15.1 and BouncyCastle to 2.6.2 #​7072 Thanks @​donker
  • Bumped dompurify from 3.3.1 to 3.3.2 in the npm_and_yarn group across 1 directory #​7073
  • Bumped immutable from 3.8.2 to 3.8.3 in the npm_and_yarn group across 1 directory #​7078
  • Removed former github action to bump versions after releases #​7086 Thanks @​valadas
  • Automated Merge CI changes into develop #​7097
  • Bumped dotnet-sdk from 10.0.103 to 10.0.200 #​7104
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7111
  • Updated caniuse database #​7113

Documentation / Developer Experience

  • Resolved several obsolete warnings #​6965 Thanks @​bdukes
  • Implemented Inline build task #​7064 Thanks @​bdukes
  • Automated post-build tasks to keep github in sync #​7076 Thanks @​valadas
  • Fixed a missing user for CI Bot #​7081 Thanks @​valadas
    ... (truncated)

10.2.5

Release Notes

[!IMPORTANT]
If you are upgrading DNN from an earlier version, please follow the Suggested Upgrade Path
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.5

v10.2.4 included only fixes that affected the new upgrade process mentioned above, but was accidently released as an "alpha". This release is essentially the same as v10.2.4 but not "alpha".

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.4

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.4

v10.2.4 includes only fixes that affected the new upgrade process mentioned above. This release offers a better stepping-stone to get to the latest version in our Suggested Upgrade Path documentation.

List of Contributors

  • @​bdukes Brian Dukes

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.3

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 38 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.3

Bug Fixes

  • Fixed an issue where dnnHelperTip caused horizontal scrollbar #​6927 Thanks @​thienvc
  • Fixed an issue where the install wizard was not working with hash in URL #​6951 Thanks @​bdukes
  • Fixed a date mismatch in task scheduler editor #​6979 Thanks @​r90727
  • Fixed Portal-based CDV version for client resource management #​6987 Thanks @​donker
  • Fixed an issue with inability to set module permissions #​6997 Thanks @​bdukes
  • Fixed several small issues with Content Delivery Framework #​7002 Thanks @​donker
  • Fixed an issue where site file management was not create on localized portal import/creation #​7003 Thanks @​valadas
  • Fixed issues with context menus in resource manager #​7021 Thanks @​valadas
  • Fixed yarn.lock inconsistencies #​7038 Thanks @​bdukes
  • Fixed a DDR Menu CDF issue #​7056 Thanks @​donker
  • Fixed cookie consent JS being loaded as CSS #​7057 Thanks @​bdukes
  • Prevents an exceptions when sending email without portal #​7058 Thanks @​bdukes

Enhancements

  • Harmonized support for portal settings in portal templates #​6983 Thanks @​valadas
  • Reduced upgrade issues by not including System.Memory in install or upgrade packages #​6996 Thanks @​bdukes

Maintenance

  • Bumped lodash from 4.17.21 to 4.17.23 #​6944
  • Updated caniuse database #​6958 #​7005
  • Bumped @​eslint/js from 9.38.0 to 9.39.2 #​6962
  • Bumped @​babel/preset-env from 7.28.3 to 7.29.0 #​6963
  • Merged changes from release/10.2.2 into develop #​6971 Thanks @​bdukes
  • Bumped webpack from 5.102.1 to 5.104.1 in the npm_and_yarn group across 1 directory #​6976
  • Bumped dotnet-sdk from 10.0.102 to 10.0.103 #​6989
  • Added warning about duplicated dnn.jquery.js file #​7001 Thanks @​valadas
  • Bumped Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103 #​7016 Thanks @​bdukes
  • Bumped Cake.BuildSystem.Module from 8.0.0 to 9.0.0 #​7017 Thanks @​bdukes
  • Bumped coverlet.collector from 6.0.4 to 8.0.0 #​7018 Thanks @​bdukes
  • Bumped NUnit and NUnit3TestAdapter #​7019 Thanks @​bdukes
  • Bumped NuGet tools used by Cake #​7022 Thanks @​bdukes
  • Bumped Verify.NUnit from 31.8.0 to 31.13.2 #​7023 Thanks @​bdukes
  • Bumped Microsoft.Data.SqlClient from 6.1.3 to 6.1.4 #​7024 Thanks @​bdukes
  • Bumped Microsoft.SqlServer.SqlManagementObjects from 180.10.0 to 181.12.0 #​7025 Thanks @​bdukes
  • Bumped ajv from 6.12.6 to 6.14.0 #​7029
  • Updated develop with latest fixes from release/10.2.3 #​7040 Thanks @​valadas
  • Merged latest fixes from 10.2.3 into develop #​7059 Thanks @​valadas
    ... (truncated)

10.2.2

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 26 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.2

Bug Fixes

  • Fixed an incorrect cast that affected module install in Persona Bar #​6887 Thanks @​bdukes
  • Added back RTL resource handling #​6888 Thanks @​bdukes
  • Fixed an that caused AmbiguousMatchException in ClientResourceSettings.GetPortalSettingThroughReflection #​6911 Thanks @​bdukes
  • Fixed an incorrect SkinPath #​6919 Thanks @​thienvc
  • Fixed an issue with CRM during Partial Postback (UpdatePanel) #​6935 Thanks @​thienvc
  • Fixed a CKEditor Browser missing scripts #​6936 Thanks @​bdukes
  • Fixed an errors loading Pages PB components #​6945 Thanks @​bdukes
  • Fixed disposed error from IPersonaBarContainer #​6948 Thanks @​bdukes
  • Get ContentEditorManager dependencies from request scope #​6950 Thanks @​bdukes
  • Fixed an issue where getting permissions from DB would fail at times #​6953 Thanks @​valadas
  • Fixed RTL resource detection by resolving virtual path to physical path #​6955 Thanks @​mnouraei
  • Fix to resolution of ClientResourceController in ServicesFramework #​6964 Thanks @​donker
  • Get ServicesFramework instance from DI container #​6966 Thanks @​bdukes

Enhancements

  • Added 'nofollow' attribute to SkinObject links #​6890 thanks @​uzmannazari
  • Modified BreadCrumb skin object to render semantic, accessible breadcrumb markup #​6898 #​6941 Thanks @​uzmannazari and @​bdukes
  • Made JWT TTL configurable #​6920 Thanks @​valadas
  • Added RenderingVersion to skinobjects #​6972 Thanks @​valadas

Maintenance

  • Resolved several build warnings #​6861 Thanks @​bdukes
  • Updated caniuse database #​6880
  • Bumped @​storybook/addon-onboarding from 9.1.13 to 10.1.11 #​6881
  • Bumped @​babel/eslint-parser from 7.28.4 to 7.28.5 #​6882
  • Bumped @​typescript-eslint/parser from 8.46.2 to 8.51.0 #​6883
  • Bumped undici from 7.11.0 to 7.18.2 in the npm_and_yarn group across 1 directory #​6912
  • Bumped dotnet-sdk from 10.0.101 to 10.0.102 #​6913
  • Updated caniuse database #​6914
  • Bumped lodash-es from 4.17.21 to 4.17.22 in the npm_and_yarn group across 1 directory #​6929
  • Bumped lodash from 4.17.21 to 4.17.23 in /Dnn.AdminExperience/ClientSide/Pages.Web in the npm_and_yarn group across 1 directory #​6930
  • Suppress HtmlSanitizer upgrade #​6970 Thanks @​bdukes

Documentation / Developer Experience

  • Fixed missing sql files from sample modules #​6875 Thanks @​donker
  • Added missing documentation #​6899 Thanks @​bdukes
  • Converted to centralized package management #​6908 Thanks @​bdukes
    ... (truncated)

Commits viewable in compare view.

Updated DotNetNuke.Web from 10.2.1 to 10.3.1.

Release notes

Sourced from DotNetNuke.Web's releases.

10.3.1

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.x a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.3.1

Bug Fixes

  • Fixed an error serializing UserProfile to XML #​7160 Thanks @​bdukes
  • Implemented LinkClick algorithm fallback #​7169 Thanks @​bdukes
  • Fixed an issue where Simple Web Farm Caching Provider not getting packaged #​7177 Thanks @​bdukes

Enhancements

  • Improved performance of site crawler regex #​7191 #​7192 Thanks @​johnhenley

Maintenance

  • Removed Pikaday and deprecated DnnDatePicker #​7128 Thanks @​bdukes
  • Bump all npm minor Dependencies across 97 files which also makes builds work on latest node version #​7133 Thanks @​bdukes
  • Bumped dotnet-sdk from 10.0.200 to 10.0.201 #​7136
  • Bumped github/codeql-action from 4.33.0 to 4.34.1 #​7143
  • Bumped axios from 1.13.1 to 1.13.6 #​7164 Thanks @​bdukes
  • Bumped picomatch from 2.3.1 to 2.3.2 #​7165
  • Bumped github/codeql-action from 4.34.1 to 4.35.1 #​7172
  • Bumped handlebars from 4.7.8 to 4.7.9 #​7173
  • Updated caniuse database #​7175
  • Bumped @​typescript-eslint/parser from 8.57.2 to 8.58.0 #​7179
  • Bumped globals from 16.5.0 to 17.4.0 #​7180
  • Bumped lodash from 4.17.23 to 4.18.1 #​7188
  • Bumped vite from 8.0.2 to 8.0.5 #​7189

Documentation / Developer Experience

  • Created assembly binding redirects at build time for web.config #​7102 Thanks @​donker
  • Moving from Webpack to RS Build phase 2 #​7115 Thanks @​donker
  • Migrated to use CI-aware helpers from Cake #​7142 Thanks @​bdukes
  • Replaced old style sass with new style sass if statements #​7167 Thanks @​donker
  • Moved the CreateWebConfig task to the end of the packaging task #​7168 Thanks @​donker
  • Removed DLLs from source code repository and replaced with actual source code #​7182 Thanks @​bdukes

List of Contributors

  • @​bdukes Brian Dukes
  • @​donker Peter Donker
  • @​johnhenley John Henley

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

10.3.0

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 54 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #​7074 Thanks @​bdukes
  • Fixed config scripts getting missed #​7075 Thanks @​bdukes
  • Fixed the addition of assemblies and sql scripts to module build #​7098 Thanks @​donker
  • Fixed an issue where language flags would not show in PersonaBar #​7116 Thanks @​valadas
  • Fixed separator issue in csp header #​7126 Thanks @​sachatrauwaen

Enhancements

  • Implemented Content security policy headers (CSP) management #​6752 thanks @​sachatrauwaen
  • Enhanced font-weight for bold elements in default theme #​6897 thanks @​uzmannazari
  • Fixed a scheduler drift (happy path) #​7047 Thanks @​r90727

Maintenance

  • Updated caniuse database #​7046
  • Bumped lerna from 9.0.0 to 9.0.5 #​7048
  • Bumped tsx from 4.20.6 to 4.21.0 #​7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #​7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #​7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #​7054 Thanks @​bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #​7061 Thanks @​bdukes
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7062
  • Bumped svgo from 3.3.2 to 3.3.3 in the npm_and_yarn group across 1 directory #​7070
  • Bumped Mimekit to 4.15.1 and BouncyCastle to 2.6.2 #​7072 Thanks @​donker
  • Bumped dompurify from 3.3.1 to 3.3.2 in the npm_and_yarn group across 1 directory #​7073
  • Bumped immutable from 3.8.2 to 3.8.3 in the npm_and_yarn group across 1 directory #​7078
  • Removed former github action to bump versions after releases #​7086 Thanks @​valadas
  • Automated Merge CI changes into develop #​7097
  • Bumped dotnet-sdk from 10.0.103 to 10.0.200 #​7104
  • Bumped the npm_and_yarn group across 1 directory with 3 updates #​7111
  • Updated caniuse database #​7113

Documentation / Developer Experience

  • Resolved several obsolete warnings #​6965 Thanks @​bdukes
  • Implemented Inline build task #​7064 Thanks @​bdukes
  • Automated post-build tasks to keep github in sync #​7076 Thanks @​valadas
  • Fixed a missing user for CI Bot #​7081 Thanks @​valadas
    ... (truncated)

10.2.5

Release Notes

[!IMPORTANT]
If you are upgrading DNN from an earlier version, please follow the Suggested Upgrade Path
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.5

v10.2.4 included only fixes that affected the new upgrade process mentioned above, but was accidently released as an "alpha". This release is essentially the same as v10.2.4 but not "alpha".

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.4

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.2.4

v10.2.4 includes only fixes that affected the new upgrade process mentioned above. This release offers a better stepping-stone to get to the latest version in our Suggested Upgrade Path documentation.

List of Contributors

  • @​bdukes Brian Dukes

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

Full Changelog: dnnsoftware/Dnn.Platform@v10.2.3...v10.2.4

10.2.3

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 38 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.3

Bug Fixes

  • Fixed an issue where dnnHelperTip caused horizontal scrollbar #​6927 Thanks @​thienvc
  • Fixed an issue where the install wizard was not working with hash in URL #​6951 Thanks @​bdukes
  • Fixed a date mismatch in task scheduler editor #​6979 Thanks @​r90727
  • Fixed Portal-based CDV version for client resource management #​6987 Thanks @​donker
  • Fixed an issue with inability to set module permissions #​6997 Thanks @​bdukes
  • Fixed several small issues with Content Delivery Framework #​7002 Thanks @​donker
  • Fixed an issue where site file management was not create on localized portal import/creation #​7003 Thanks @​valadas
  • Fixed issues with context menus in resource manager #​7021 Thanks @​valadas
  • Fixed yarn.lock inconsistencies #​7038 Thanks @​bdukes
  • Fixed a DDR Menu CDF issue #​7056 Thanks @​donker
  • Fixed cookie consent JS being loaded as CSS #​7057 Thanks @​bdukes
  • Prevents an exceptions when sending email without portal #​7058 Thanks @​bdukes

Enhancements

  • Harmonized support for portal settings in portal templates #​6983 Thanks @​valadas
  • Reduced upgrade issues by not including System.Memory in install or upgrade packages #​6996 Thanks @​bdukes

Maintenance

  • Bumped lodash from 4.17.21 to 4.17.23 #​6944
  • Updated caniuse database #​6958 #​7005
  • Bumped @​eslint/js from 9.38.0 to 9.39.2 #​6962
  • Bumped @​babel/preset-env from 7.28.3 to 7.29.0 #​6963
  • Merged changes from release/10.2.2 into develop #​6971 Thanks @​bdukes
  • Bumped webpack from 5.102.1 to 5.104.1 in the npm_and_yarn group across 1 directory #​6976
  • Bumped dotnet-sdk from 10.0.102 to 10.0.103 #​6989
  • Added warning about duplicated dnn.jquery.js file #​7001 Thanks @​valadas
  • Bumped Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103 #​7016 Thanks @​bdukes
  • Bumped Cake.BuildSystem.Module from 8.0.0 to 9.0.0 #​7017 Thanks @​bdukes
  • Bumped coverlet.collector from 6.0.4 to 8.0.0 #​7018 Thanks @​bdukes
  • Bumped NUnit and NUnit3TestAdapter #​7019 Thanks @​bdukes
  • Bumped NuGet tools used by Cake #​7022 Thanks @​bdukes
  • Bumped Verify.NUnit from 31.8.0 to 31.13.2 #​7023 Thanks @​bdukes
  • Bumped Microsoft.Data.SqlClient from 6.1.3 to 6.1.4 #​7024 Thanks @​bdukes
  • Bumped Microsoft.SqlServer.SqlManagementObjects from 180.10.0 to 181.12.0 #​7025 Thanks @​bdukes
  • Bumped ajv from 6.12.6 to 6.14.0 #​7029
  • Updated develop with latest fixes from release/10.2.3 #​7040 Thanks @​valadas
  • Merged latest fixes from 10.2.3 into develop #​7059 Thanks @​valadas
    ... (truncated)

10.2.2

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 26 pull requests by 5 contributors were processed for this release.

Noteworthy Changes in v10.2.2

Bug Fixes

  • Fixed an incorrect cast that affected module install in Persona Bar #​6887 Thanks @​bdukes
  • Added back RTL resource handling #​6888 Thanks @​bdukes
  • Fixed an that caused AmbiguousMatchException in ClientResourceSettings.GetPortalSettingThroughReflection #​6911 Thanks @​bdukes
  • Fixed an incorrect SkinPath #​6919 Thanks @​thienvc
  • Fixed an issue with CRM during Partial Postback (UpdatePanel) #​6935 Thanks @​thienvc
  • Fixed a CKEditor Browser missing scripts #​6936 Thanks @​bdukes
  • Fixed an errors loading Pages PB components #​6945 Thanks @​bdukes
  • Fixed disposed error from IPersonaBarContainer #​6948 Thanks @​bdukes
  • Get ContentEditorManager dependencies from request scope #​6950 Thanks @​bdukes
  • Fixed an issue where getting permissions from DB would fail at times #​6953 Thanks @​valadas
  • Fixed RTL resource detection by resolving virtual path to physical path #​6955 Thanks @​mnouraei
  • Fix to resolution of ClientResourceController in ServicesFramework #​6964 Thanks @​donker
  • Get ServicesFramework instance from DI container #​6966 Thanks @​bdukes

Enhancements

  • Added 'nofollow' attribute to SkinObject links #​6890 thanks @​uzmannazari
  • Modified BreadCrumb skin object to render semantic, accessible breadcrumb markup #​6898 #​6941 Thanks @​uzmannazari and @​bdukes
  • Made JWT TTL configurable #​6920 Thanks @​valadas
  • Added RenderingVersion to skinobjects #​6972 Thanks @​valadas

Maintenance

  • Resolved several build warnings #​6861 Thanks @​bdukes
  • Updated caniuse database #​6880
  • Bumped @​storybook/addon-onboarding from 9.1.13 to 10.1.11 #​6881
  • Bumped @​babel/eslint-parser from 7.28.4 to 7.28.5 #​6882
  • Bumped @​typescript-eslint/parser from 8.46.2 to 8.51.0 #​6883
  • Bumped undici from 7.11.0 to 7.18.2 in the npm_and_yarn group across 1 directory #​6912
  • Bumped dotnet-sdk from 10.0.101 to 10.0.102 #​6913
  • Updated caniuse database #​6914
  • Bumped lodash-es from 4.17.21 to 4.17.22 in the npm_and_yarn group across 1 directory #​6929
  • Bumped lodash from 4.17.21 to 4.17.23 in /Dnn.AdminExperience/ClientSide/Pages.Web in the npm_and_yarn group across 1 directory #​6930
  • Suppress HtmlSanitizer upgrade #​6970 Thanks @​bdukes

Documentation / Developer Experience

  • Fixed missing sql files from sample modules #​6875 Thanks @​donker
  • Added missing documentation #​6899 Thanks @​bdukes
  • Converted to centralized package management #​6908 Thanks @​bdukes
    ... (truncated)

Commits viewable in compare view.

Updated DotNetNuke.WebApi from 10.2.1 to 10.3.1.

Release notes

Sourced from DotNetNuke.WebApi's releases.

10.3.1

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.x a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

Noteworthy Changes in v10.3.1

Bug Fixes

  • Fixed an error serializing UserProfile to XML #​7160 Thanks @​bdukes
  • Implemented LinkClick algorithm fallback #​7169 Thanks @​bdukes
  • Fixed an issue where Simple Web Farm Caching Provider not getting packaged #​7177 Thanks @​bdukes

Enhancements

  • Improved performance of site crawler regex #​7191 #​7192 Thanks @​johnhenley

Maintenance

  • Removed Pikaday and deprecated DnnDatePicker #​7128 Thanks @​bdukes
  • Bump all npm minor Dependencies across 97 files which also makes builds work on latest node version #​7133 Thanks @​bdukes
  • Bumped dotnet-sdk from 10.0.200 to 10.0.201 #​7136
  • Bumped github/codeql-action from 4.33.0 to 4.34.1 #​7143
  • Bumped axios from 1.13.1 to 1.13.6 #​7164 Thanks @​bdukes
  • Bumped picomatch from 2.3.1 to 2.3.2 #​7165
  • Bumped github/codeql-action from 4.34.1 to 4.35.1 #​7172
  • Bumped handlebars from 4.7.8 to 4.7.9 #​7173
  • Updated caniuse database #​7175
  • Bumped @​typescript-eslint/parser from 8.57.2 to 8.58.0 #​7179
  • Bumped globals from 16.5.0 to 17.4.0 #​7180
  • Bumped lodash from 4.17.23 to 4.18.1 #​7188
  • Bumped vite from 8.0.2 to 8.0.5 #​7189

Documentation / Developer Experience

  • Created assembly binding redirects at build time for web.config #​7102 Thanks @​donker
  • Moving from Webpack to RS Build phase 2 #​7115 Thanks @​donker
  • Migrated to use CI-aware helpers from Cake #​7142 Thanks @​bdukes
  • Replaced old style sass with new style sass if statements #​7167 Thanks @​donker
  • Moved the CreateWebConfig task to the end of the packaging task #​7168 Thanks @​donker
  • Removed DLLs from source code repository and replaced with actual source code #​7182 Thanks @​bdukes

List of Contributors

  • @​bdukes Brian Dukes
  • @​donker Peter Donker
  • @​johnhenley John Henley

Additional Resources

Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.

10.3.0

Release Notes

[!IMPORTANT]
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable.
Do not simply unzip the upgrade package to your website directory, instead use the classic upgrade process to get to v10.2.0 or higher and then upload this release in Settings -> Servers -> System Info -> Upgrades.
Read more about it in the documentaton

If you are upgrading from 10.2.0 up to 10.2.3 to this version and do not see the button to upload an upgrade package in the PersonaBar, please add <add key="AllowDnnUpgradeUpload" value="true" /> the the <appSettings> section of the web.config file prior to upgrading.

We'd like to first thank everyone from the community who has submitted pull requests or reported issues.

A grand total of 54 pull requests by 6 contributors were processed for this release.

Noteworthy Changes in v10.3.0

Bug Fixes

  • Added CDV cache buster argument to Persona Bar loads #​7074 Thanks @​bdukes
  • Fixed config scripts getting missed #​7075 Thanks @​bdukes
  • Fixed the addition of assemblies and sql scripts to module build #​7098 Thanks @​donker
  • Fixed an issue where language flags would not show in PersonaBar #​7116 Thanks @​valadas
  • Fixed separator issue in csp header #​7126 Thanks @​sachatrauwaen

Enhancements

  • Implemented Content security policy headers (CSP) management #​6752 thanks @​sachatrauwaen
  • Enhanced font-weight for bold elements in default theme #​6897 thanks @​uzmannazari
  • Fixed a scheduler drift (happy path) #​7047 Thanks @​r90727

Maintenance

  • Updated caniuse database #​7046
  • Bumped lerna from 9.0.0 to 9.0.5 #​7048
  • Bumped tsx from 4.20.6 to 4.21.0 #​7049
  • Bumped zip-lib from 1.1.2 to 1.2.1 #​7050
  • Bumped rollup from 4.53.3 to 4.59.0 in the npm_and_yarn group across 1 directory #​7053
  • Bumped Cake.Frosting from 6.0.0 to 6.1.0 #​7054 Thanks @​bdukes
  • Bumped MSBuild Community Tasks from 1.2.0 to 1.5.0 #​7061 Thanks @​bdukes
  • Bumped the npm_and_yarn grou...

Description has been truncated

Bumps DotNetNuke.Abstractions from 10.2.1 to 10.3.1
Bumps DotNetNuke.Core from 10.2.1 to 10.3.1
Bumps DotNetNuke.Instrumentation from 10.2.1 to 10.3.1
Bumps DotNetNuke.Web from 10.2.1 to 10.3.1
Bumps DotNetNuke.WebApi from 10.2.1 to 10.3.1

---
updated-dependencies:
- dependency-name: DotNetNuke.Abstractions
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Abstractions
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Core
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Core
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Instrumentation
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Instrumentation
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Web
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.Web
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.WebApi
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
- dependency-name: DotNetNuke.WebApi
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dnn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants